This AgileShape can be used to automatically create a new form library under an existing SharePoint team site.
NOTE: This AgileShape is a specialized sub-type of the AgilePart AgileShape. Refer to the documentation for the AgilePart AgileShape for additional information about the properties and behavior that this sub-type inherits from the AgilePart AgileShape.
Design-Time Properties
NOTE: Since this AgileShape is a specialized sub-type of the AgilePart AgileShape, all of the standard properties supported by the AgilePart AgileShape are also supported by this AgileShape. Since they are already documented elsewhere, the standard AgilePart properties are not documented in this section. Refer to the documentation for the AgilePart AgileShape for information about the standard AgilePart properties. Additional design-time properties (other than the standard AgilePart properties) that are specific to this AgileShape are documented below.
FormLibraryName
This property specifies the name for the new form library.
FormTemplateRelativePath
This property specifies the location of the InfoPath form template file (i.e. the XSN file) that should be associated with the new form library. The value of this property should be a relative path that specifies the location of the file relative to the AgilePoint Server application’s root directory.
E.g. If AgilePoint Server is installed at: c:\Inetpub\wwwroot\AgilePointServer\ and the InfoPath form template file is located at: c:\Inetpub\wwwroot\AgilePointServer\files\MyTemplate.xsn then this property should be set to the following value: /files/MyTemplate.xsn
OverWriteFormLib
Default value: False
This property specifies whether the AgileShape should overwrite the existing form library if one already exists at the location where the new library will be created. This property can be set to the following specific values:
- False
This value indicates that the AgileShape will not overwrite an existing SharePoint form library. If this value is specified and a library already exists, then SharePoint will not be modified, and this AgileShape will exit and will update the appropriate custom process attributes (specified by the SaveErrorMessageTo and SaveStatusTo properties).
- True
This value indicates that the AgileShape will overwrite an existing SharePoint form library.
SiteURL
This property specifies the URL of the SharePoint site that the form library should be created under. E.g.: http://MachineName:Port/sites/SiteName